Trivial doc fixups
authorMatthias Clasen <mclasen@redhat.com>
Fri, 9 Dec 2016 19:59:46 +0000 (14:59 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 9 Dec 2016 19:59:46 +0000 (14:59 -0500)
gdk/gdkdrawcontext.c

index 750f8136be97c6a41e3292635099bde082ee9598..56629e06d210d9c5d7421ce60796cb36cf002c26 100644 (file)
@@ -31,7 +31,7 @@
  * @Short_description: Drawing context base class
  *
  * #GdkDrawContext is the base object used by contexts implementing different
- * rendering methods, such as #GdkDrawContext or #GdkVulkanContext. They provide
+ * rendering methods, such as #GdkGLContext or #GdkVulkanContext. It provides
  * shared functionality between those contexts.
  *
  * You will always interact with one of those subclasses.